Fix tilt and position support for VenetianBlind covers in Overkiz#170974
Conversation
3cc8a82 to
30b6222
Compare
There was a problem hiding this comment.
Pull request overview
Fixes two regressions in the Overkiz cover integration affecting VenetianBlind UI-class devices: the DynamicVenetianBlind widget (ogp) lost tilt position support, and PositionableVenetianBlind (zigbee Somfy) reported is_closed=unknown because no current_position_state was configured to fall back to. The fix extends the existing UIClass.VENETIAN_BLIND description in cover.py with closure/orientation position states and commands plus a stop_command, so both devices receive features 143 (SET_POSITION + SET_TILT_POSITION + OPEN/CLOSE/STOP) and is_closed resolves from position when core:OpenClosedState is absent.
Changes:
- Add
current_position_state,set_position_command,stop_command,current_tilt_position_state, andset_tilt_position_commandto theUIClass.VENETIAN_BLINDOverkizCoverDescription. - Add two new devices (
DynamicVenetianBlindogp,PositionableVenetianBlindzigbee) to the sharedcloud_somfy_tahoma_v2_europe.jsonsetup fixture. - Add parametrized open/close/stop/set_position/set_tilt_position tests, plus an explicit
is_closedfallback-from-position regression test; update button/cover snapshots.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| homeassistant/components/overkiz/cover.py | Adds closure + slate-orientation state/command bindings and stop_command to the VENETIAN_BLIND description so position/tilt features and is_closed work. |
| tests/components/overkiz/fixtures/setup/cloud_somfy_tahoma_v2_europe.json | Adds two new venetian blind devices reproducing the two reported bugs. |
| tests/components/overkiz/test_cover.py | Adds new FixtureDevices, parametrized open/close/stop/set-position/set-tilt cases, and an is_closed-from-position test. |
| tests/components/overkiz/snapshots/test_cover.ambr | New snapshot entries for the two venetian blind devices; also adds two duplicated full-fixture snapshot blocks (json0/json1/json2) due to shared fixture re-use in SNAPSHOT_FIXTURES. |
| tests/components/overkiz/snapshots/test_button.ambr | Adds identify-button snapshots for the two new venetian blind devices. |
Add position and tilt position state/command fields to the UIClass.VENETIAN_BLIND entity description. These are safely gated by has_command() checks, so devices that lack setClosure, setOrientation, or stop simply won't advertise those features. Fixes DynamicVenetianBlind (ogp) losing SET_TILT_POSITION after the entity description migration, and PositionableVenetianBlind (zigbee) reporting unknown is_closed state due to missing position fallback. Closes home-assistant#170283 Closes home-assistant#170176
30b6222 to
1daffbf
Compare
The new devices share the same fixture file as SHUTTER, so they are already captured by the existing snapshot case. Removing them from SNAPSHOT_FIXTURES eliminates 132 duplicated snapshot lines.
Use 1:1 copies of real device data from issue diagnostics (home-assistant#170283, home-assistant#170176) instead of simplified versions. This ensures the fixtures accurately represent real-world devices with all commands, states, and attributes.
The diagnostics for issue home-assistant#170176 indicate api_type=local, so the PositionableVenetianBlind device belongs in the local fixture file rather than the cloud one.
The tilt position mapping is already covered by the existing pergola test which exercises the same setOrientation command and inversion logic.
|
@iMicknl this has merge conflicts now |
…venetian-blind-tilt
…venetian-blind-tilt
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
tests/components/overkiz/fixtures/setup/cloud_somfy_tahoma_v2_europe.json:5730
- These changes re-encode existing French label strings (
Télécommande,Entrée,Fenêtre,Détecteur Fumée) from literal UTF-8 characters to\u00XXJSON escape sequences. They are unrelated to the VenetianBlind fix in this PR and appear to have been introduced by re-saving the fixture withensure_ascii=True. Please revert these incidental encoding changes so the PR is limited to the bugfix.
"label": "Télécommande Salon",
"deviceURL": "rtds://1234-1234-6233/124768",
"shortcut": false,
"controllableName": "rtds:RTDSRemoteControllerComponent",
"definition": {
"commands": [],
"states": [
{
"type": "ContinuousState",
"qualifiedName": "rtds:ControllerBatteryState"
},
{
"type": "ContinuousState",
"qualifiedName": "rtds:ControllerBipState"
},
{
"type": "ContinuousState",
"qualifiedName": "rtds:ControllerOrderTypeState"
},
{
"type": "ContinuousState",
"qualifiedName": "rtds:ControllerOriginatorState"
},
{
"type": "ContinuousState",
"qualifiedName": "rtds:ControllerSensingState"
},
{
"type": "ContinuousState",
"qualifiedName": "rtds:ControllerSirenState"
}
],
"dataProperties": [],
"widgetName": "AlarmRemoteController",
"uiProfiles": ["Specific"],
"uiClass": "RemoteController",
"qualifiedName": "rtds:RTDSRemoteControllerComponent",
"type": "REMOTE_CONTROLLER"
},
"states": [
{
"name": "rtds:ControllerOriginatorState",
"type": 1,
"value": 2
},
{
"name": "rtds:ControllerSensingState",
"type": 3,
"value": "KO"
},
{
"name": "rtds:ControllerBatteryState",
"type": 3,
"value": "OK"
},
{
"name": "rtds:ControllerOrderTypeState",
"type": 3,
"value": "off"
}
],
"available": true,
"enabled": true,
"placeOID": "48200981-d96f-4a75-bcf0-a3c6f0b692dc",
"widget": "AlarmRemoteController",
"type": 4,
"oid": "41e932ea-c52b-48d2-98f2-aebc6f72c51b",
"uiClass": "RemoteController"
},
{
"creationTime": 1501225074000,
"lastUpdateTime": 1501225074000,
"label": "Télécommande Bureau",
"deviceURL": "rtds://1234-1234-6233/169771",
"shortcut": false,
"controllableName": "rtds:RTDSRemoteControllerComponent",
"definition": {
"commands": [],
"states": [
{
"type": "ContinuousState",
"qualifiedName": "rtds:ControllerBatteryState"
},
{
"type": "ContinuousState",
"qualifiedName": "rtds:ControllerBipState"
},
{
"type": "ContinuousState",
"qualifiedName": "rtds:ControllerOrderTypeState"
},
{
"type": "ContinuousState",
"qualifiedName": "rtds:ControllerOriginatorState"
},
{
"type": "ContinuousState",
"qualifiedName": "rtds:ControllerSensingState"
},
{
"type": "ContinuousState",
"qualifiedName": "rtds:ControllerSirenState"
}
],
"dataProperties": [],
"widgetName": "AlarmRemoteController",
"uiProfiles": ["Specific"],
"uiClass": "RemoteController",
"qualifiedName": "rtds:RTDSRemoteControllerComponent",
"type": "REMOTE_CONTROLLER"
},
"states": [
{
"name": "rtds:ControllerOriginatorState",
"type": 1,
"value": 2
},
{
"name": "rtds:ControllerSensingState",
"type": 3,
"value": "KO"
},
{
"name": "rtds:ControllerBatteryState",
"type": 3,
"value": "OK"
},
{
"name": "rtds:ControllerOrderTypeState",
"type": 3,
"value": "off"
}
],
"available": true,
"enabled": true,
"placeOID": "48200981-d96f-4a75-bcf0-a3c6f0b692dc",
"widget": "AlarmRemoteController",
"type": 4,
"oid": "7a465c7b-aff4-462d-b03c-40a8918df12a",
"uiClass": "RemoteController"
},
{
"creationTime": 1501224458000,
"lastUpdateTime": 1501224458000,
"label": "Hallway",
"deviceURL": "rtds://1234-1234-6233/232949",
"shortcut": false,
"controllableName": "rtds:RTDSMotionSensor",
"definition": {
"commands": [],
"states": [
{
"eventBased": true,
"type": "DiscreteState",
"values": ["noPersonInside", "personInside"],
"qualifiedName": "core:OccupancyState"
},
{
"type": "DiscreteState",
"values": ["dead", "lowBattery", "maintenanceRequired", "noDefect"],
"qualifiedName": "core:SensorDefectState"
}
],
"dataProperties": [],
"widgetName": "MotionSensor",
"uiProfiles": ["OccupancyDetector"],
"uiClass": "OccupancySensor",
"qualifiedName": "rtds:RTDSMotionSensor",
"type": "SENSOR"
},
"states": [
{
"name": "core:OccupancyState",
"type": 3,
"value": "noPersonInside"
}
],
"attributes": [
{
"name": "core:PowerSourceType",
"type": 3,
"value": "battery"
}
],
"available": true,
"enabled": true,
"placeOID": "bcbb34ef-2241-43a1-9c5b-523aa0563ec3",
"widget": "MotionSensor",
"type": 2,
"oid": "20171297-8c25-4107-ba0b-d750288e04d1",
"uiClass": "OccupancySensor"
},
{
"creationTime": 1501224970000,
"lastUpdateTime": 1501224970000,
"label": "Entrée",
"deviceURL": "rtds://1234-1234-6233/246258",
"shortcut": false,
"controllableName": "rtds:RTDSMotionSensor",
"definition": {
"commands": [],
"states": [
{
"eventBased": true,
"type": "DiscreteState",
"values": ["noPersonInside", "personInside"],
"qualifiedName": "core:OccupancyState"
},
{
"type": "DiscreteState",
"values": ["dead", "lowBattery", "maintenanceRequired", "noDefect"],
"qualifiedName": "core:SensorDefectState"
}
],
"dataProperties": [],
"widgetName": "MotionSensor",
"uiProfiles": ["OccupancyDetector"],
"uiClass": "OccupancySensor",
"qualifiedName": "rtds:RTDSMotionSensor",
"type": "SENSOR"
},
"states": [
{
"name": "core:OccupancyState",
"type": 3,
"value": "noPersonInside"
}
],
"attributes": [
{
"name": "core:PowerSourceType",
"type": 3,
"value": "battery"
}
],
"available": true,
"enabled": true,
"placeOID": "50b9c516-c47a-4e19-bb09-771869349f3f",
"widget": "MotionSensor",
"type": 2,
"oid": "bf1443a2-86ec-4b00-b2fd-173c3abea21a",
"uiClass": "OccupancySensor"
},
{
"creationTime": 1501224664000,
"lastUpdateTime": 1501224664000,
"label": "Kitchen",
"deviceURL": "rtds://1234-1234-6233/288316",
"shortcut": false,
"controllableName": "rtds:RTDSMotionSensor",
"definition": {
"commands": [],
"states": [
{
"eventBased": true,
"type": "DiscreteState",
"values": ["noPersonInside", "personInside"],
"qualifiedName": "core:OccupancyState"
},
{
"type": "DiscreteState",
"values": ["dead", "lowBattery", "maintenanceRequired", "noDefect"],
"qualifiedName": "core:SensorDefectState"
}
],
"dataProperties": [],
"widgetName": "MotionSensor",
"uiProfiles": ["OccupancyDetector"],
"uiClass": "OccupancySensor",
"qualifiedName": "rtds:RTDSMotionSensor",
"type": "SENSOR"
},
"states": [
{
"name": "core:OccupancyState",
"type": 3,
"value": "noPersonInside"
}
],
"attributes": [
{
"name": "core:PowerSourceType",
"type": 3,
"value": "battery"
}
],
"available": true,
"enabled": true,
"placeOID": "9b4aeb55-07b3-4088-920e-c08405000ce6",
"widget": "MotionSensor",
"type": 2,
"oid": "82db9927-fc29-483d-8727-0d8d75d44071",
"uiClass": "OccupancySensor"
},
{
"creationTime": 1501224830000,
"lastUpdateTime": 1501224830000,
"label": "Fenêtre Garage",
"deviceURL": "rtds://1234-1234-6233/394765",
"shortcut": false,
"controllableName": "rtds:RTDSContactSensor",
"definition": {
"commands": [],
"states": [
{
"type": "DiscreteState",
"values": ["closed", "open"],
"qualifiedName": "core:ContactState"
},
{
"type": "DiscreteState",
"values": ["dead", "lowBattery", "maintenanceRequired", "noDefect"],
"qualifiedName": "core:SensorDefectState"
}
],
"dataProperties": [],
"widgetName": "ContactSensor",
"uiProfiles": ["DoorContactSensor", "ContactDetector"],
"uiClass": "ContactSensor",
"qualifiedName": "rtds:RTDSContactSensor",
"type": "SENSOR"
},
"states": [
{
"name": "core:ContactState",
"type": 3,
"value": "closed"
}
],
"attributes": [
{
"name": "core:PowerSourceType",
"type": 3,
"value": "battery"
}
],
"available": true,
"enabled": true,
"placeOID": "48200981-d96f-4a75-bcf0-a3c6f0b692dc",
"widget": "ContactSensor",
"type": 2,
"oid": "9cdaf8c7-2cd1-4260-9ff3-3908b023853c",
"uiClass": "ContactSensor"
},
{
"creationTime": 1501224801000,
"lastUpdateTime": 1501224801000,
"label": "Porte",
"deviceURL": "rtds://1234-1234-6233/394781",
"shortcut": false,
"controllableName": "rtds:RTDSContactSensor",
"definition": {
"commands": [],
"states": [
{
"type": "DiscreteState",
"values": ["closed", "open"],
"qualifiedName": "core:ContactState"
},
{
"type": "DiscreteState",
"values": ["dead", "lowBattery", "maintenanceRequired", "noDefect"],
"qualifiedName": "core:SensorDefectState"
}
],
"dataProperties": [],
"widgetName": "ContactSensor",
"uiProfiles": ["DoorContactSensor", "ContactDetector"],
"uiClass": "ContactSensor",
"qualifiedName": "rtds:RTDSContactSensor",
"type": "SENSOR"
},
"states": [
{
"name": "core:ContactState",
"type": 3,
"value": "closed"
}
],
"attributes": [
{
"name": "core:PowerSourceType",
"type": 3,
"value": "battery"
}
],
"available": true,
"enabled": true,
"placeOID": "48200981-d96f-4a75-bcf0-a3c6f0b692dc",
"widget": "ContactSensor",
"type": 2,
"oid": "eec4dc5d-a957-4489-9c68-5ca22f07c9f8",
"uiClass": "ContactSensor"
},
{
"creationTime": 1501225017000,
"lastUpdateTime": 1501225017000,
"label": "Détecteur Fumée",
…2026.5.2 ➔ 2026.5.3) (#568) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/home-assistant](https://ghcr.io/home-operations/home-assistant) ([source](https://github.com/home-assistant/core)) | patch | `2026.5.2` → `2026.5.3` | --- ### Release Notes <details> <summary>home-assistant/core (ghcr.io/home-operations/home-assistant)</summary> ### [`v2026.5.3`](https://github.com/home-assistant/core/releases/tag/2026.5.3) [Compare Source](home-assistant/core@2026.5.2...2026.5.3) - Bump qbittorrent-api to 2026.5.1 ([@​lumatijev] - [#​170181]) ([qbittorrent docs]) (dependency) - Improve iaqualink 429 handling ([@​flz] - [#​170231]) ([iaqualink docs]) - Fix Apple TV keyboard focus binary\_sensor missing on cold start ([@​kroehre] - [#​170360]) ([apple\_tv docs][apple_tv docs]) - Add tilt controls for UpDownSheerScreen in Overkiz ([@​dankarization] - [#​170563]) ([overkiz docs]) - Fix ValueError when turning on blebox light with brightness set to 0 ([@​bkobus-bbx] - [#​170769]) ([blebox docs]) - Bump aiodns to 4.0.3 ([@​bdraco] - [#​170865]) ([dnsip docs]) (dependency) - Populate uid and recurrence\_id in CalDAV calendar events ([@​frenck] - [#​170910]) ([caldav docs]) - Fix is\_closed state for SlidingDiscreteGateWithPedestrianPosition covers in Overkiz ([@​iMicknl] - [#​170913]) ([overkiz docs]) - Disable USB discovery for teleinfo ([@​puddly] - [#​170933]) ([teleinfo docs]) - Fix utility meter next\_reset shifting forward on entity rename ([@​frenck] - [#​170957]) ([utility\_meter docs][utility_meter docs]) - Use correct state\_class for utility meters with device classes that don't support total\_increasing ([@​frenck] - [#​170962]) ([utility\_meter docs][utility_meter docs]) - Reduce GoodWe connect retries to avoid blocking startup ([@​frenck] - [#​170964]) ([goodwe docs]) - Fix is\_closed state for DiscretePositionableGarageDoor in Overkiz ([@​iMicknl] - [#​170981]) ([overkiz docs]) - Fix controls for OpenCloseGate4T (rts:GateOpenerRTS4TComponent) in Overkiz ([@​iMicknl] - [#​170987]) ([overkiz docs]) - Prevent Google Assistant entity sync from blocking startup ([@​frenck] - [#​170991]) ([google\_assistant docs][google_assistant docs]) - Load template extensions by class to prevent import deadlock ([@​frenck] - [#​170995]) - Use asyncio.get\_running\_loop() in emulated\_hue UPnP responder ([@​frenck] - [#​171000]) ([emulated\_hue docs][emulated_hue docs]) - Fix Netatmo valve KeyError when hvac\_action state is unavailable in Overkiz ([@​frenck] - [#​171004]) ([overkiz docs]) - Fix time trigger crash when using entity\_id dict format without offset ([@​frenck] - [#​171006]) ([homeassistant docs]) - Fix threshold preview crash when hysteresis is not provided ([@​frenck] - [#​171009]) ([threshold docs]) - Fix Growatt mix device IndexError when chart data is empty ([@​frenck] - [#​171012]) ([growatt\_server docs][growatt_server docs]) - Fix SleepIQ timer units: seconds should be minutes for core climate and foot warmer ([@​frenck] - [#​171013]) ([sleepiq docs]) - Fix Control4 climate crash when humidity is 'Undefined' ([@​frenck] - [#​171015]) ([control4 docs]) - Fix manual alarm panel crash on restore with invalid state ([@​frenck] - [#​171016]) ([manual docs]) - Handle Daikin connection errors gracefully in coordinator ([@​frenck] - [#​171017]) ([daikin docs]) - Fix shorthand template conditions in choose blocks crashing all automations ([@​frenck] - [#​171018]) - Add additional overrides to cover entity in Overkiz ([@​iMicknl] - [#​171019]) ([overkiz docs]) - Fix Verisure alarm crash when cloud rejects arm/disarm command ([@​frenck] - [#​171024]) ([verisure docs]) - Add stop command to Overkiz pergola horizontal awning covers ([@​frenck] - [#​171034]) ([overkiz docs]) - Fix WeatherFlow websocket crash when data payload is None ([@​frenck] - [#​171037]) ([weatherflow\_cloud docs][weatherflow_cloud docs]) - Bump pyIntesishome to 1.8.8 ([@​jnimmo] - [#​171041]) ([intesishome docs]) (dependency) - Return media\_content\_id as string in forked\_daapd ([@​frenck] - [#​171059]) ([forked\_daapd docs][forked_daapd docs]) - Bump aioimmich to 0.14.1 ([@​mib1185] - [#​171138]) ([immich docs]) (dependency) - Fix controls for UpDownGarageDoor4T and additional 4T covers in Overkiz ([@​iMicknl] - [#​171144]) ([overkiz docs]) - Fix ZHA config entries using a URI without a port ([@​puddly] - [#​171164]) ([zha docs]) - Fix is\_closed state and position for DynamicPergola covers in Overkiz ([@​iMicknl] - [#​170983]) ([overkiz docs]) - Fix tilt and position support for VenetianBlind covers in Overkiz ([@​iMicknl] - [#​170974]) ([overkiz docs]) - Fix blebox light temperature scaling ([@​bkobus-bbx] - [#​170573]) ([blebox docs]) [#​169484]: home-assistant/core#169484 [#​170146]: home-assistant/core#170146 [#​170181]: home-assistant/core#170181 [#​170231]: home-assistant/core#170231 [#​170360]: home-assistant/core#170360 [#​170563]: home-assistant/core#170563 [#​170573]: home-assistant/core#170573 [#​170769]: home-assistant/core#170769 [#​170840]: home-assistant/core#170840 [#​170865]: home-assistant/core#170865 [#​170910]: home-assistant/core#170910 [#​170913]: home-assistant/core#170913 [#​170933]: home-assistant/core#170933 [#​170957]: home-assistant/core#170957 [#​170962]: home-assistant/core#170962 [#​170964]: home-assistant/core#170964 [#​170974]: home-assistant/core#170974 [#​170981]: home-assistant/core#170981 [#​170983]: home-assistant/core#170983 [#​170987]: home-assistant/core#170987 [#​170991]: home-assistant/core#170991 [#​170995]: home-assistant/core#170995 [#​171000]: home-assistant/core#171000 [#​171004]: home-assistant/core#171004 [#​171006]: home-assistant/core#171006 [#​171009]: home-assistant/core#171009 [#​171012]: home-assistant/core#171012 [#​171013]: home-assistant/core#171013 [#​171015]: home-assistant/core#171015 [#​171016]: home-assistant/core#171016 [#​171017]: home-assistant/core#171017 [#​171018]: home-assistant/core#171018 [#​171019]: home-assistant/core#171019 [#​171024]: home-assistant/core#171024 [#​171034]: home-assistant/core#171034 [#​171037]: home-assistant/core#171037 [#​171041]: home-assistant/core#171041 [#​171059]: home-assistant/core#171059 [#​171138]: home-assistant/core#171138 [#​171144]: home-assistant/core#171144 [#​171164]: home-assistant/core#171164 [@​bdraco]: https://github.com/bdraco [@​bkobus-bbx]: https://github.com/bkobus-bbx [@​dankarization]: https://github.com/dankarization [@​flz]: https://github.com/flz [@​frenck]: https://github.com/frenck [@​iMicknl]: https://github.com/iMicknl [@​jnimmo]: https://github.com/jnimmo [@​kroehre]: https://github.com/kroehre [@​lumatijev]: https://github.com/lumatijev [@​mib1185]: https://github.com/mib1185 [@​puddly]: https://github.com/puddly [apple_tv docs]: https://www.home-assistant.io/integrations/apple_tv/ [blebox docs]: https://www.home-assistant.io/integrations/blebox/ [caldav docs]: https://www.home-assistant.io/integrations/caldav/ [control4 docs]: https://www.home-assistant.io/integrations/control4/ [daikin docs]: https://www.home-assistant.io/integrations/daikin/ [dnsip docs]: https://www.home-assistant.io/integrations/dnsip/ [emulated_hue docs]: https://www.home-assistant.io/integrations/emulated_hue/ [forked_daapd docs]: https://www.home-assistant.io/integrations/forked_daapd/ [goodwe docs]: https://www.home-assistant.io/integrations/goodwe/ [google_assistant docs]: https://www.home-assistant.io/integrations/google_assistant/ [growatt_server docs]: https://www.home-assistant.io/integrations/growatt_server/ [homeassistant docs]: https://www.home-assistant.io/integrations/homeassistant/ [iaqualink docs]: https://www.home-assistant.io/integrations/iaqualink/ [immich docs]: https://www.home-assistant.io/integrations/immich/ [intesishome docs]: https://www.home-assistant.io/integrations/intesishome/ [manual docs]: https://www.home-assistant.io/integrations/manual/ [overkiz docs]: https://www.home-assistant.io/integrations/overkiz/ [qbittorrent docs]: https://www.home-assistant.io/integrations/qbittorrent/ [sleepiq docs]: https://www.home-assistant.io/integrations/sleepiq/ [teleinfo docs]: https://www.home-assistant.io/integrations/teleinfo/ [threshold docs]: https://www.home-assistant.io/integrations/threshold/ [utility_meter docs]: https://www.home-assistant.io/integrations/utility_meter/ [verisure docs]: https://www.home-assistant.io/integrations/verisure/ [weatherflow_cloud docs]: https://www.home-assistant.io/integrations/weatherflow_cloud/ [zha docs]: https://www.home-assistant.io/integrations/zha/ </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> Reviewed-on: https://git.erwanleboucher.dev/eleboucher/homelab/pulls/568
Proposed change
Fixes #170283: Tilt controls not available for DynamicVenetianBlind
Fixes #170176: is_closed state unknown for PositionableVenetianBlind
without current_position_state set, position was always None → is_closed = None (unknown)
Test fixtures added:
is_closedstate unknown for VenetianBlind/PositionableVenetianBlind (zigbee:SomfyVenetianBlindComponent) after 2026.5 in Overkiz #170176Fixes #170176
Type of change
Additional information
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests: